home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 March
/
chip-cd_2005_03d.zip
/
03d
/
Narzedzia systemowe
/
dbDeveloper 1.95
/
dbdsetup.exe
/
{app}
/
Templates
/
Oracle
/
Procedure.tl
< prev
next >
Wrap
Text File
|
2004-12-12
|
215b
|
15 lines
CREATE OR REPLACE
PROCEDURE #name#
/*
* Author:
* Description:
* Created: #date# by dbDeveloper
*/
(
-- argument in out datatype
)
IS
BEGIN
-- Add PL/SQL statements here
END #name#;